Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintManager Class / Draw Method / Draw(Page,IList<PageInfo>,Int32,Int32,Order,PdfSaveOptions) Method
The page in a GcPdfDocument.
The page collection.
The number of rows that these pages will be divided into.
The number of columns that these pages will be divided into.
The direction used to arrange the pages.
Options for saving pdf file.
In This Topic
    Draw(Page,IList<PageInfo>,Int32,Int32,Order,PdfSaveOptions) Method
    In This Topic
    Draw the pages in the page collection on a page in a certain direction.
    Syntax
    public void Draw( 
       GrapeCity.Documents.Pdf.Page page,
       System.Collections.Generic.IList<PageInfo> pages,
       System.int rows,
       System.int columns,
       Order order,
       PdfSaveOptions options
    )

    Parameters

    page
    The page in a GcPdfDocument.
    pages
    The page collection.
    rows
    The number of rows that these pages will be divided into.
    columns
    The number of columns that these pages will be divided into.
    order
    The direction used to arrange the pages.
    options
    Options for saving pdf file.
    See Also